From: Richard M. Stallman Date: Sat, 12 Oct 1996 02:57:53 +0000 (+0000) Subject: (msb--toggle-menu-type): Call menu-bar-update-buffers with t. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82643 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=505ce248f45c2e0fc4b01e4f785ab93d4ca7e88f;p=emacs.git (msb--toggle-menu-type): Call menu-bar-update-buffers with t. --- diff --git a/lisp/msb.el b/lisp/msb.el index 42bb91d909d..62fd4aefb36 100644 --- a/lisp/msb.el +++ b/lisp/msb.el @@ -818,7 +818,7 @@ If the argument is left out or nil, then the current buffer is considered." (defun msb--toggle-menu-type () (interactive) (setq msb-files-by-directory (not msb-files-by-directory)) - (menu-bar-update-buffers)) + (menu-bar-update-buffers t)) (defun mouse-select-buffer (event) "Pop up several menus of buffers, for selection with the mouse.